Closed Bug 1941494 Opened 5 months ago Closed 5 months ago

Http3Session: Identical code for different branches

Categories

(Core :: Networking: HTTP, defect, P2)

defect

Tracking

()

RESOLVED FIXED
136 Branch
Tracking Status
firefox-esr128 --- unaffected
firefox134 --- unaffected
firefox135 --- unaffected
firefox136 --- fixed

People

(Reporter: Sylvestre, Assigned: kershaw)

References

(Blocks 1 open bug, Regression)

Details

(Keywords: regression, Whiteboard: [CID=1639672}[necko-triaged])

Attachments

(1 file)

after bug 1935196,
https://searchfox.org/mozilla-central/rev/e46f8390a67732e08d6c04729f27631edec98aeb/netwerk/protocol/http/Http3Session.cpp#407-411
we have the same code in both branches.

if (!mLastReadTime) {
    mLastReadTime = now;
  } else {
    mLastReadTime = now;
  }
Severity: -- → S4
Priority: -- → P2
Whiteboard: [CID=1639672} → [CID=1639672}[necko-triaged]
Assignee: nobody → kershaw
Status: NEW → ASSIGNED

Set release status flags based on info from the regressing bug 1935196

Pushed by kjang@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/f0329a6a7850 Remove Http3Session:: mLastReadTime, r=necko-reviewers,valentin
Status: ASSIGNED → RESOLVED
Closed: 5 months ago
Resolution: --- → FIXED
Target Milestone: --- → 136 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: